home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Linux / Kubuntu 8.10 / kubuntu-8.10-desktop-i386.iso / casper / filesystem.squashfs / var / lib / dpkg / info / ufw.config < prev    next >
Text File  |  2008-10-08  |  155b  |  12 lines

  1. #!/bin/sh -e
  2.  
  3. # debconf
  4. . /usr/share/debconf/confmodule
  5. db_version 2.0
  6.  
  7. if [ -e "/etc/ufw/ufw.rules" ]; then
  8.     db_text high ufw/oldrules || true
  9.     db_go
  10. fi
  11.  
  12.